From: emellor@leeni.uk.xensource.com Date: Fri, 5 May 2006 15:46:48 +0000 (+0100) Subject: Remove ssidref field from test -- this now only works if there is a policy in X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16108^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=c185594788c7b0f6ebb943ea28d85c816c7a83be;p=xen.git Remove ssidref field from test -- this now only works if there is a policy in place at the time. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xm/tests/test_create.py b/tools/python/xen/xm/tests/test_create.py index 7bbe709834..2aa13549bc 100644 --- a/tools/python/xen/xm/tests/test_create.py +++ b/tools/python/xen/xm/tests/test_create.py @@ -112,7 +112,6 @@ on_crash = 'destroy' ''' name = "testname" memory = 256 -ssidref = 1 kernel = "/mykernel" maxmem = 1024 cpu = 2 @@ -132,7 +131,6 @@ cpu_weight = 0.75 'memory' : 256, 'maxmem' : 1024, 'cpu' : 2, - 'ssidref' : 1, 'cpu_weight' : 0.75, 'vcpus' : 1, 'boot' : 'c',